Vapi Std LocalizationParam DateTimeFormat
Vapi Std LocalizationParam DateTimeFormat
The Vapi Std LocalizationParam DateTimeFormat enumerated type lists possible date and time formatting options. It combines the Unicode CLDR format types - full, long, medium and short with 3 different presentations - date only, time only and combined date and time presentation.
Possible values:
SHORT_DATE
: The date and time value will be formatted as short date, for example 2019-01-28MED_DATE
: The date and time value will be formatted as medium date, for example 2019 Jan 28LONG_DATE
: The date and time value will be formatted as long date, for example 2019 Jan 28FULL_DATE
: The date and time value will be formatted as full date, for example 2019 Jan 28, MonSHORT_TIME
: The date and time value will be formatted as short time, for example 12:59MED_TIME
: The date and time value will be formatted as medium time, for example 12:59:01LONG_TIME
: The date and time value will be formatted as long time, for example 12:59:01 ZFULL_TIME
: The date and time value will be formatted as full time, for example 12:59:01 ZSHORT_DATE_TIME
: The date and time value will be formatted as short date and time, for example 2019-01-28 12:59MED_DATE_TIME
: The date and time value will be formatted as medium date and time, for example 2019 Jan 28 12:59:01LONG_DATE_TIME
: The date and time value will be formatted as long date and time, for example 2019 Jan 28 12:59:01 ZFULL_DATE_TIME
: The date and time value will be formatted as full date and time, for example 2019 Jan 28, Mon 12:59:01 Z
This enumeration was added in vSphere API 7.0.0.0.
This data structure has no properties.
Enumeration:
SHORT_DATE,
MED_DATE,
LONG_DATE,
FULL_DATE,
SHORT_TIME,
MED_TIME,
LONG_TIME,
FULL_TIME,
SHORT_DATE_TIME,
MED_DATE_TIME,
LONG_DATE_TIME,
FULL_DATE_TIME,